Description: Set the remote working directory/directories on the FTP server. Syntax: ftp_cd(client,remotePath) Note: Extftp server,remote working directory,external library function
Description: Create an FTP client. Syntax: ftp_open(server:port,user,pwd) Note: External library function (See External create,ftp client,external library function,passive mode
Description: Exit an FTP client program. Syntax: ftp_close(client) Note: This external library function (See External Liclose,ftp client,external library function
Description: Download a file from the FTP server. Syntax: ftp_get(client,remoteFile,localFile) Note: External library fuftp server,download file,external library function
Description: Download multiple files from a FTP server. Syntax: ftp_mget(client,serverFolder,localFolder,multiServerFileftp server,download,external library function
Description: Upload multiple files onto a FTP server. Syntax: ftp_mput(client,serverFolder,localFolder,multiLocalFiles) ftp server,upload,external library function
Description: Upload a file to the FTP server. Syntax: ftp_put(client,remoteFile,localFile) Note: External library functi upload a file,ftp server,external library function
Description: Close a HBase connection. Syntax: hbase_close(con) Note: This external library function (See External Libraclose,hbase database,external library function
Description: Query data in HBase database and return a one-row table sequence. Syntax: hbase_get(client,tableName,rowNamquery,hbase database,external library function,table sequence
Description: Get the list of all files in a specified path. Syntax: hdfs_dir(hd, path) Note: This external library funct specified path,file list,external library function